home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkDialog" id="preferences"> <property name="title" translatable="yes" comments="Title for preferences dialog">Preferences</property> <property name="resizable">False</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> <signal name="response" handler="_on_response"/> <signal name="delete_event" handler="_on_delete"/> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <child> <object class="GtkNotebook" id="notebook1"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkTable" id="game_table"> <property name="visible">True</property> <property name="border_width">10</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">5</property> <property name="row_spacing">5</property> <property name="homogeneous">True</property> <child> <object class="GtkLabel" id="board_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences Dialog: Label before board orientation combo box">Board Orientation:</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="format_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences Dialog: Label before move format combo box">Move Format:</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes" comments="Preferences Dialog: Label before promotion type combo box">Promotion Type:</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkComboBox" id="board_combo"> <property name="visible">True</property> <property name="model">liststore3</property> <signal name="changed" handler="_on_board_combo_changed"/> <child> <object class="GtkCellRendererText" id="cellrenderertext3"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="move_format_combo"> <property name="visible">True</property> <property name="model">liststore2</property> <signal name="changed" handler="_on_move_format_combo_changed"/> <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="promotion_type_combo"> <property name="visible">True</property> <property name="model">liststore1</property> <signal name="changed" handler="_on_promotion_type_combo_changed"/> <child> <object class="GtkCellRendererText" id="cellrenderertext1"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> </child> <child type="tab"> <object class="GtkLabel" id="game_label"> <property name="visible">True</property> <property name="xalign">0.4699999988079071</property> <property name="label" translatable="yes" comments="Preferences Dialog: Title of game options tab">_Game</property> <property name="use_underline">True</property> </object> <packing> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkVBox" id="view_box"> <property name="visible">True</property> <property name="border_width">10</property> <child> <object class="GtkCheckButton" id="show_3d"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if 3D view is available">3_D Chess View</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">View the chess board by default in 2D mode, or optionally in 3D mode using OpenGL.</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_3d_view_activate"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="label"> </property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkCheckButton" id="show_3d_smooth"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if the 3D view is smoothed (anti-aliased)">_Smooth Display</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Smooth edges of the 3D elements (anti-alias)</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_3d_smooth_toggled"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkCheckButton" id="show_toolbar"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if toolbar is visible">Show _Toolbar</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Show or hide the toolbar</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_show_toolbar_activate"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkCheckButton" id="show_history"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if history browser is visible">Show _History</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Show or hide the game history panel</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_show_history_activate"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkCheckButton" id="show_move_hints"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if move hints are visible">_Move Hints</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Shows hints during chess games</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_move_hints_activate"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">4</property> </packing> </child> <child> <object class="GtkCheckButton" id="show_numbering"> <property name="label" translatable="yes" comments="Preferences Dialog: Check box for selecting if board numbering is visible">_Board Numbering</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Show or hide numbering on the chess board</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="_on_board_numbering_activate"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">5</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child type="tab"> <object class="GtkLabel" id="view_label"> <property name="visible">True</property> <property name="label" translatable="yes" comments="Preferences Dialog: Title of view options tab">_View</property> <property name="use_underline">True</property> </object> <packing> <property name="position">1</property> <property name="tab_fill">False</property> </packing> </child> </object> <packing> <property name="position">2</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="closebutton1"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> <object class="GtkListStore" id="liststore1"> <columns> <!-- column-name item text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name item text --> <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore3"> <columns> <!-- column-name item text --> <column type="gchararray"/> </columns> </object> </interface>